home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d18
/
turbotut.arc
/
WRITEMR.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1989-06-30
|
113b
|
8 lines
PROGRAM guppy_the_fish;
BEGIN
WRITE('THIS WILL ');
WRITE('ALL BE ');
WRITELN('ON ONE LINE');
END.